* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff !important;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
.warrper{
    overflow: hidden;
}
.warrper img{
    display: initial;
}
.header {
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 1px solid #E5E5E5;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999999;
}


.header .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.header .container .logo{
    float: left;
    width:35%;
    height: 64px;
    overflow: hidden;
}

.header .container .logo .logo-item,
.header .container .logo img{
    height: 68px;
    margin: inherit;
}

.header .right {
    float: right;
    width:65%;
    text-align:right;
}
.header .right .search{
    float: right;
    position: relative;
    top:24px;
}
.header .right .search img{
    vertical-align:top;
}
.header .right .sign-box{
    float: right;
}
.header .right .search a {
    width: 20px;
    height: 20px;
    display: block;
}

.header .btn {
    margin-left: 20px;
}

.header .btn button {

    width: 50px;
    height: 30px;
}

.header .btn .login {
    background-color: #ffffff;
    border: 1px solid #26A0E6;
    padding: 5px 15px;
}

.header .btn .register {
    background-color: #26A0E6;
    color: #fff;
    border: none;
    margin-left: 12px;
    padding: 5px 15px;
}

.header .search-box{
    display: none;
    width: 50%;
    float: right;
    margin-top: 5px
}

.header .search-box a{
    color: #939991;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.header .search-box input{
    border: 0 !important;
    outline: 0;
}

.header .search-box .search-input{
    width: calc(100% - 50px);
    background-color: #fff;
    color: #939991;
    border-left: 0px;
    border-right: 0px;
    border-top: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;
}

.header .search-box .search-input:focus input{
    border: none;
}

.header  .search-button{
    width: 20px;
    height: 20px;
    background-image: url(/template/chinacs/image/search.png);
    border: none;
    background-repeat: no-repeat;
    background-color: #fff;
}

.header .search-box .search-list{
    display: none;
    background-color: #fff;
    list-style: none;
    padding-bottom: 30px;
}
.header .search-box .search-list li{
    height: 48px;
    line-height: 48px;
    padding-left: 5%;
}

.header .search-box .search-list li:hover{
    background-color: #e5e5e5;
}

.header .search-box .search-list li a{
    color: #000;
}
.main-nav {
    width: 100%;
    background: url('../image/nav-bg.jpg') no-repeat top center;
}
.menu {
    max-width: 1200px;
    height: 60px;
    margin: 70px auto 0;
}
.menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.menu li {
    float: left;
    list-style: none;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    height:60px;
}

.menu li> a{
    position: relative;
    color: #000;
    top:18px;
    text-decoration: none;
    overflow: hidden;
    font-size:18px;
    line-height: 18px;
    font-weight: 400;
    padding:  10px 27px 20px 28px;
}

.menu li> a.first-nav:hover,
.menu li> a.first-nav.active{
    background-color: #26A0E6;
    border-radius: 8px 8px 0 0;
    color: #fff;
}

.menu li .li-level-1 li a:hover{
    color: #26A0E6;
}
.menu li:last-child{
    text-align: right;
}

.menu li:last-child::after {
    display: none;
}


.menu li.active a{
    color: #009140;
    padding-bottom: 24px;
    border-bottom: 5px solid #009140;
}

.menu li:hover .li-level-1{
    display: block;
}
.menu li .li-level-1 li:hover .li-level-2{
    display: block;
}

.menu li .li-level-1{
    background-color: #292E3A;
    background-color: rgba(41, 46, 58, 0.8);
    display: none;
    position: absolute;
    left: 50%;
    top:60px;
    transform: translateX(-50%);
    float: left;
    z-index: 99999999999;

}
.menu li .li-level-2{
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    right: -208px;
    background-color: #292E3A;
    background-color: rgba(41, 46, 58, 0.8);
    width: 208px;
    border-right: 1px solid #e5e5e5;
    padding-top: 6px;
}
.menu .more .level-1{
    background-color: #292E3A;
    background-color: rgba(41, 46, 58, 0.8);
    display: none;
    position: absolute;
    left: 50%;
    top:59px;
    transform: translateX(-50%);
    float: left;
    z-index: 99999999999;
}

.menu .more .level-1 li{
    width: 100%;
    height:38px;
    min-width: 100%;
}
.menu .more .level-1 li:hover .level-2{
    display: block;
}

.menu .more .level-1  .level-2  a:hover{
    color: #fff !important;
}

.menu li .li-level-1 li{
    width: 100%;
    min-width: 100%;
    height:38px;
}

.menu li .li-level-1 li:after{
    display: none;
}
.menu li .li-level-1 li:first-of-type{
    text-align: center;
}

.menu li .li-level-1 li:last-of-type{
    text-align: center;
}
.menu li .li-level-1 a{
    width: 100%;
    height: 38px;
    display: block;
    top:0;
    line-height: 38px;
    padding: 0px 10px;
    word-break: keep-all;
    color: #fff;
}

.menu .more .level-1  a{
    width: 100%;
    height: 38px;
    display: block;
    top:0;
    line-height: 38px;
    padding: 0px 10px;
    word-break: keep-all;
}

.menu .more .level-1 li::after{
    display: none;
}

.menu .more .level-1 li:first-of-type{
    text-align: center;
}

.menu .more .level-1 li:last-of-type{
    text-align: center;
}
.menu .more .level-1 a {
    color: #fff;
}
.menu .more .level-1 a:hover{
    color: #26A0E6;
}

.menu li:last-child .li-level-1{
    left: -10px;
}

.menu .more:hover  .level-1{
    display: block;
}

.menu .more-list{
    display: none;
    position: absolute;
    width: 104px;
    top: 79px;
    left: -10px;
    background-color: #fff;
    z-index: 999999;
}

.menu .more-list .level-1{
    width: 100%;
}

.menu .more-list .level-1 li{
    width: 104px;
    min-width: 104px;
    height: 38px;
    line-height: 38px;
    position: static;
    text-align: center;
}

.menu .more-list .level-1 li:hover{
    background-color: #34A32D;

}

.menu .more-list .level-1 li a:hover{
    color: #fff;
}
.menu .more-list .level-1 .level-3{
    height:38px;
}
.menu .more-list .level-1 li:hover  .level-2,
.menu .level-3:hover .level-4,
.menu .more a:hover .moere-list{
    display: block;
}

.more .level-2,
.more .level-4{
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    left: -208px;
    background-color: #292E3A;
    background-color: rgba(41, 46, 58, 0.8);
    width: 208px;
    padding-top: 6px;
}

.more .level-2 a{
    display: block;
    text-align: center;
    height: 46px;
    float: left;
    line-height: 38px;
    padding: 0 18px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    max-width: 100%;

}

.more .level-2 a:hover{
    color: #34A32D !important;
}
.container{
    margin: 0 auto;
}
.banner {
    width: 100%;
    /* max-width: 1920px;
    height:380px; */
    height:380px;
    position: relative;
    z-index: 99;
    margin: 0 auto;
}

.banner .left-master {
    width: calc((100% - 1200px) / 2);
    height: 380px;
    background-color: #323232;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.banner  .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
  .banner  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.6;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .banner   .swiper-visible-switch {
    background: #aaa;
  }
  .banner  .swiper-active-switch {
    background: #fff;
  }

.banner .right-master {
    width: calc((100% - 1200px) / 2);
    height: 380px;
    background-color: #323232;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}


.banner .my-bullet.swiper-pagination-bullet-active{
    background-color: #ffffff;
}

.swiper-slide {
    position: relative;
}
.swiper-slide a{
    display: block;
    width:1200px;
    height: 100%;
    margin:0 auto;
}
.swiper-slide a img{
    width:100%;
    position: relative;
    z-index: 3;
}
.swiper-slide .swiper-bg,
.swiper-slide .swiper-bg-r{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.swiper-slide .swiper-bg-r{
    left:auto;
    right:0;
}
.swiper-slide img{
    display: block;
    margin: 0 auto;
    max-width:100%;
    height: 100%;
}
.banner .swiper-button-next{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url(/template/chinacs/image/right-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right:27%;
    z-index: 999999999;
}
.banner .swiper-slide,
.banner .swiper-slide a img{
    width:100%;
    height:380px;
}
.banner .swiper-button-prev{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url(/template/chinacs/image/left-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    z-index: 9999999;
}

.banner .swiper-button-next::after{
    display: none;
}

.banner .swiper-button-prev::after{
    display: none;
}


.part1{
    width: 1200px;
    margin: 0 auto;
}
.notice {
    height: 505px;
    background-color: #fff;
}
.notice:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.notice{ *+height:1%; }

.notice .container,.advert {
    position: relative;
    width: 100%;
    height: 100%;
}
.notice .container .notice-cont{
    height:382px;
    overflow: hidden;
}
.notice .container:before,
.notice .container:after{
    content: '';
    width:360px;
    height:455px;
    position:absolute;
    top:0;
}
.notice .container:before{
    background: url('../image/noticeleft.png') no-repeat;
    background-size: 100% 100%;
    left:-360px;
}
.notice .container:after{
    background: url('../image/noticeright.png') no-repeat;
    background-size: 100% 100%;
    right:-360px;
}

.notice .container .left {
    float: left;
    width:calc(100% - 254px);
    overflow: hidden;
    margin-right: 30px;
}

.notice .container .left .top {
    position: relative;
}

.tab {
    margin:20px 0 30px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    zoom:1;
}

.tab .tab-item {
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-right: 28px;
    line-height:38px;
    height: 38px;
    cursor: pointer;
}


.tab .active {
    color: #0469CA;
    font-weight: normal;
    border-bottom: 4px solid #0469CA;
}
.notice .container .notice-cont .notice-list{
    display: none;
}

.top .more {
    position: absolute;
    right: 0;
    top:8px;
    padding-right: 8px;
}

.top .more a {
    color: #0469CA  ;
    font-size: 14px;
    text-decoration: none;
}

.top .more::after {
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: url("../image/more.png") no-repeat;
    position: absolute;
    top: 5px;
    right: 0;
}

.notice .container .right {
    float: left;
    width: 224px;
    height: 455px;
    padding:10px 20px;
    background-image: url('../image/green.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(136, 136, 136, .6);
}

.notice .container .right a{
    color: #000000;
    text-decoration: none;
    display:block;
    width: 100%;
    padding:19px 0 20px;
    line-height: 47px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    zoom: 1;
}
.notice .container .right a:last-child{
    border-bottom: 0;
}
.notice .container .right a .icon{
    float: left;
    width: 47px;
    height: 47px;
    overflow: hidden;
}

.notice .container .right a .icon img{
    display: block;
    width: 100%;
    height: 100%;
}

.notice .container a .text {
    float: left;
    height: 47px;
    margin-left: 25px;
    font-size: 18px;
    line-height: 48px;
    overflow: hidden;
}

.notice .container .img-text {
    margin-bottom: 30px;
    height: 166px;
    overflow: hidden;
}

.notice .container .img-text .it-item {
    position: relative;
    float: left;
    width: 302px;
    height: 166px;
}
.notice .container .img-text .it-item:nth-child(2){
    margin:0 20px;
}

.notice .container .img-text .it-item .img {
    width: 302px;
    height: 166px;
}
.notice .container .img-text .it-item .img img{
    width: 100%;
    height: 100%;
}
.notice .container .img-text .it-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .4);
    padding: 0px 12px;
    text-overflow: ellipsis;
}

.notice .container .list {
    margin:0 -10px;
}

.notice .container .list .li {
    float: left;
    width: 302px;
    border: 1px solid #E5E5E5;
    padding: 15px 10px;
    margin:0 10px 15px;
    font-size: 14px;
}

/* 新增样式 */
.notice .container .new-list .li {
    float: left;
    width: 458px;
    height: 90px;
    padding: 15px 0 0;
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
}
.notice .container .new-list .li:nth-child(odd) {
    margin-right: 30px;
}
.notice .container .new-list .li .time {
    float: left;
    width: 61px;
    height: 60px;
    margin-right: 16px;
    padding: 9px 0;
    border-radius: 8px;
    background: #eaf4faff;
    text-align: center;
}
.notice .container .new-list .li .time .month-day {
    color: #000000ff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}
.notice .container .new-list .li .time .year {
    color: #333333ff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;

}
.notice .container .new-list .li .title {
    max-height: 44px;
    margin-top: 6.5px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
/* 新增样式结束 */

.notice .container .list .li .time,
.interflow .right .list .li .time {
    margin-bottom: 9px;
}

.notice .container .list .li p,
.interflow .right .list .li p {
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.interflow {
    position: relative;
    width: 100%;
    height: 356px;
    background:#EAF4FA;
}

.interflow .left-bann {
    position: absolute;
    top:0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #EAF4FA;
}
.interflow .right-bann {
    position: absolute;
    top:0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #F4FFF1;
}

.interflow .container {
    min-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    height:356px;
    overflow: hidden;
    zoom: 1;
}

.interflow .container .left {
    width: 127px;
    height: 100%;
    background-color: #26A0E6;
    background-image: url(../image/jlleft.png),
        url(../image/jlright.png);
    background-repeat: no-repeat;
    background-position: 4% 5%,
        90% 95%;
    float: left;
    color: #fff;
    padding: 0px 40px;
    text-align: center;
}

.interflow .container .left .icon {
    width: 20px;
    height: 20px;
    margin: 72px auto 15px;
}

.interflow .container .left p {
    font-size: 24px;
    margin: 0px auto 40px;
    width: 22px;
}

.interflow .container .left .more {
    border: 1px solid #fff;
    font-size: 12px;
    border-radius: 10px;
    padding: 1px 6px;
    cursor: pointer;
}

.interflow .container .left .more a{
    color: #ffffff;
}

.interflow .container .right {
    float: right;
    width: 1073px;
    height:356px;
    min-width: 1073px;
    background-color: #EAF4FA;
}

.interflow .container .right img{
    width: 100%;
    height: 100%;
}

.interflow .container .right .it-item .img{
    width: 100%;
    height: 100%;
}
.interflow .container .right .big {
    width: 357px;
    padding: 40px 0 0 30px;
    float: left;
}

.interflow .container .right .big .img {
    width: 323px;
    height: 179px;
    margin-bottom: 18px;
}

.interflow .container .right .big p {
    width: 323px;
    height: 78px;
    text-align: justify;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.interflow .container .right .small {
    float: right;
    padding-left: 24px;
    width: 710px;
    margin-top: 40px;
}

.interflow .container .right .small .img-text {
    width: 100%;
    overflow: hidden;
}

.interflow .container .right .img-text a {
    float: left;
    width: 211px;
    height: 116px;
    position: relative;
}
.interflow .container .right .img-text a .it-item{
    height:100%;
}
.interflow .container .right .img-text a:nth-child(2){
    margin:0 26px;
}
.interflow .right .list {
    width: 100%;

    overflow: hidden;
}
.interflow .right .list .text-list{
    margin:15px -15px 0;
}
.interflow .right .list .li {
    float: left;
    width: 328px;
    margin:0 15px 10px 15px;
    border: 1px solid #E5E5E5;
    padding: 15px 10px;
    font-size: 14px;
}

.interflow .right .img-text .it-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    padding: 0px 10px;
    overflow: hidden;
}

.interflow .right-bann {
    width: 350px;
    background-color: #F4FFF1;
    height: 100%;
}

.news {
    width: 100%;
    margin-bottom: 50px;
}

.news img{
    width: 100%;
    height: 100%;
}


.news .top {
    position: relative;
}
.news .top .tab {
    position: relative;
    margin-top: 25px;
    overflow: hidden;
    zoom:1;
}
.news .top .tab .tab-item{
    font-size: 24px;
    font-weight: 550;
}
.news-cont .news-list{
    display: none;
}


.news .main .left .big {
    float: left;
    width:275px;
    margin-right: 15px;
}

.news .main .left .big .img {
    width: 275px;
    height: 153px;
}

.news .main .left .big p {
    width: 275px;
    text-align: justify;
    overflow: hidden;
    height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    line-height: 30px;
}

.news .main .left .img-text {
    float: left;
    width:176px;
    height: 222px;
    overflow: hidden;
}

.news .main .left .img-text .it-item {
    display: block;
    width: 176px;
    height: 98px;
    position: relative;
}

.news .main .left .img-text .it-item:first-of-type {
    margin-bottom: 26px;
}

.news .main .left .img-text .it-item .img {
    width: 176px;
    height: 98px;
}

.news .main .left .img-text .it-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 0px 10px;
    width: 176px;
}
.news .main .left{
    float: left;
}
.news .main .right{
    float: right;
    width: calc(100% - 516px);
}

.news .main .right ul {
    list-style: none;
}

.news .main .right ul li {
    position: relative;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
}

.news .main .right ul li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .main .right ul li .time{
    position:absolute;
    right:0;
    top:0;
}
.book {
    height: 294px;
    list-style: none;
    margin: 0 auto 50px;
    overflow: hidden;
}
.book .swiper-slide{
    width: 240px;
    height: 294px;
}
.book a {
    float: left;
    display: block;
    width: 240px;
    height: 294px;
    text-align: center;
    background-image: url('../image/bookback.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 14px;
}


.book a:hover{
    color: #fff;
    background-image: url('../image/bookact.png');
    cursor: pointer;
}

.book .swiper-slide img {
    margin:42px auto 10px;
    width: 114px;
    height: 160px;
}

.book .swiper-slide p {
    padding:0 10px;
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
}


.meeting {
    margin-top: 30px;
    margin-bottom: 40px;
}

.dynamic {
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom:1;
}
.dynamic .left {
    float: left;
    overflow: hidden;
    zoom:1;
}
.dynamic .left .dynamic-nav{
    float: left;
    position: relative;
    width:100px;
    height:560px;
    font-size:28px;
    color:#fff;
    cursor: pointer;
    font-weight: bold;
    margin-right:2px;
    text-align: center;
    padding: 80px 36px 0;
    background:url('../image/dy-active.png') no-repeat;
    background-size: 100% 100%;
}
.dynamic .dynamic-nav::before{
    content: '';
    display:block;
    width:100%;
    height:30px;
    position:absolute;
    top:39px;
    left:0;
    text-align:center;
}
.dynamic .dynamic-nav:nth-child(1)::before{
    background: url('../image/dy-1.png') no-repeat center center;
    background-size: 30px 30px;
}
.dynamic .dynamic-nav:nth-child(2)::before{
    background: url('../image/dy-2.png') no-repeat center center;
    background-size: 30px 30px;
}
.dynamic .dynamic-nav:nth-child(3)::before{
    height:30px;
    background: url('../image/dy-3.png') no-repeat center center;
    background-size: 30px 30px;
}
.dynamic .left .dynamic-nav.active{
    background:url('../image/dy.png') no-repeat;
    background-size: 100% 100%;
}
.dynamic-nav span{
    position:absolute;
    bottom:20px;
    left: 0;
    padding:0 22px;
    font-size:56px;
    line-height:58px;
    font-weight: bold;
    color:#fff;
    opacity: 0.1;
}
.dynamic-nav a{
    position:absolute;
    bottom:60px;
    left:50%;
    transform: translateX(-50%);
    display:block;
    width:15px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    padding-bottom:8px;
    font-weight: 400;
    background: url("../image/more-b.png") no-repeat center bottom;
}
.dynamic .right{
    float: left;
    margin-left: -2px;
    width:896px;
    height:560px;
    background: #EAF4FA;
    border: 1px solid #E5E5E5;
}
.dynamic .dynamic-list{
    padding:30px 10px 26px 30px;
}
.dynamic .dynamic-list .dynamic-list-cont{
    height:504px;
    overflow: hidden;
    overflow-y: auto;
}
.dynamic .dynamic-list a{
    float: left;
    padding:10px;
    width: 194px;
    height: 60px;
    font-size:14px;
    color:#000;
    line-height:22px;
    margin:0 19px 12px 0;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dynamic .dynamic-list a:nth-child(4n){
    margin-right: 0;
}

.partnet .top {
    margin: 50px 0px;
    overflow: hidden;
}

.partnet .top .icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.partnet .top .text {
    float: left;
    width:60%;
    font-size: 20px;
    font-weight: bold;
}

.partnet .links .swiper-wrapper{
    height: 80px;
    overflow: hidden;
}

.partnet .links .swiper-wrapper .swiper-slide{
    width: 150px !important;
    margin: 0px 10px;
}
.partnet .links .swiper-wrapper .swiper-slide a{
    display:inline-block;
    width:auto;
}
.partnet .links .swiper-wrapper a>img{
    width: 150px;
    height: 80px;
    border-radius: 6px;
}

.left>.active{
    display: block !important;
}

.footer-box {
    width: 100%;
    background-color: #1D1E1C;
    color: #fff;
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 40px;
}
.footer-box .container{
    max-width:1200px
}
.footer-box a{
    color: #ffffff;
}

.footer-box .container {
    margin: 0 auto;
}

.footer-box .left,
.footer-box .master {
    padding-top: 30px;
}
.footer-box .master{
    float: left;
    width: calc(25% - 20px);
    margin-right: 20px;
}
.footer-box .left{
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}
.footer-box .left .foot-links .form-control{
    width:180px;
    height:30px;
    background:#000;
    color:#fff;
    font-size:14p;
    margin-right: 10px;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.footer-box .left .foot-links .form-control option{
    background:#000;
    color:#fff;
}
.footer-box .m-copyrights{
    margin-top: 10px;
}

.footer-box .left .foot-links a:last-of-type::after{
    display: none;
}

.footer-box .left .foot-links a:first-of-type{
    margin-left: 0px;
}

.footer-box .left .title,
.footer-box .master .title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-box .left ul {
    width: 100%;
    text-align: left;
    list-style: none;
    display: flex;
    height: 35px;
    line-height: 35px;
}

.footer-box .left ul li {
    margin-right: 30px;
    position: relative;
}

.footer-box .left ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: -15px;
    top: 13px;
}

.footer-box .left ul li:last-child::after {
    display: none;
}

.footer-box .left .ba {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.footer-box .master ul {
    list-style: none;
}

.footer-box .master ul li {
    margin: 12px 0px;
}

.footer-box .right {
    float: left;
    width: 25%;
    margin-top: 40px;
}

.footer-box .right .code,.footer-box .right .item {
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
}

.footer-box .right .code p{
    margin-top: 8px;
}
.footer-box .right .item{
    margin-top:0;
    float:right;
}
.footer-box .right .item p{
    margin-top: 8px;
}

.footer-box .right .code img ,.footer-box .right .item img{
    width: 100%;
    height: 100%;
}

.advert{
    margin-bottom: 50px;
    height:200px;
    overflow:hidden;
}
.advert img{
    width:100%;
    height:200px;
}

@media screen and (max-width: 1100px) {
    .menu li> a{
        padding: 10px 15px 20px 15px;
    }
}

.cosha-dialog-png{
    position: fixed;
    right: 20px;
    z-index: 999;
    top: 200px;
}

.layui-layer{
  top: 300px !important;
}
.grid-main-nav{
    background-size: 100% 100%;
    padding: 5px 0;
}
.grid-menu{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
    height: 95px !important;
}
.grid-menu li{
    height: 45px;

    text-align: center;
}
.grid-menu li> a {
    padding: 10px 15px;
    top: 10px;
}
.grid-menu li:last-child{
    text-align: center;
}
.grid-menu li> a.first-nav:hover,
.grid-menu li> a.first-nav.active{
    border-radius: 8px;
}
.img-four-box{
    margin-bottom: 12px !important;
}
.img-four-box .img-four{
    margin: 0 5px !important;
    width:292.5px !important;
}
.img-four-box .img-four .img{
    /* margin: 0 5px !important; */
    width:292.5px !important;
}
.img-four-box .img-four:first-child{
    margin-left: 0px !important;
}
.img-four-box .img-four:last-child{
    margin-right: 0px !important;
}
.img-four-box-grip{
    margin: 0 !important;
    display: grid;
    width: 1200px !important;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 12px;
    grid-column-gap: 10px;
    /* height: 95px !important; */
}
.img-four-box-grip .li{
    margin:  0px !important;
    width:292.5px !important;
    padding: 10px 10px !important;;
}
.notice-cmrs{
    height: 450px;
}
.cmrs-tr-data:nth-child(even){
    background-color: #F8FBFD;
}
.cmrs-btn{
    width: 52px;
    height: 24px;
    display: flex;
padding: 5px 12px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 4px;
border: 1px solid #E5E5E5;
background: #fff;
color: #0469ca;
 text-align: center;
 font-feature-settings: 'liga' off, 'clig' off;
 font-family: "PingFang SC";
 font-size: 14px;
 font-style: normal;
 font-weight: Normal;
}

.cmrs-btn:hover{
    color: #0469ca !important;
}
.cmrs-title{
    width: 580px;
    display: block;
    white-space:nowrap;

        overflow:hidden;
        text-overflow:ellipsis;


}

.grid-menu li .li-level-1{
    top: 40px !important;
}
.conferencea-list,
.conferenceb-list {
    padding-top: 6px;
    list-style: none;
    width: 888px;
    margin: 0 auto;
}

.list-right ul .conferencea-item,
.list-right ul .conferenceb-item {
    list-style: none;
    background: none;

    padding: 24px 0;
    display: flex;
    border-bottom: 1px solid #e5e5e5;

}

.list-right ul .conferencea-item:before,
.list-right ul .conferenceb-item:before {
    display: none;
}

.conferencea-content,
.conferenceb-content {
    flex: 1;
    height: 184px;
}


.conferencea-content h3,
.conferenceb-content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    max-height: 56px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 8px;

}


.conferencea-content p,
.conferenceb-content p {
    font-size: 14px;

    line-height: 20px;
    max-height: 120px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 8px;

}

.conferenceb-content p {
    max-height: 88px;
    -webkit-line-clamp: 4;
}

.conferenceb-content {
    position: relative;
    left: 0;
    top: 0;
}

.conferencea-img {
    margin-left: 20px;
}

.conferenceb-img {
    margin-right: 20px;
}

.conferencea-img,
.conferenceb-img {
    width: 352px;
    height: 184px;
    object-fit: cover;

}

.list-right ul li .conferenceb-part {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 24px 0 8px;
    height: 26px;
    color: #0469CA;
    font-size: 12px;
    line-height: 26px;
    background-color: #EAF4FA;
    background-image: url("../image/arrowright.png");
    background-position: 94px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    width: 112px;

}

.list-right ul li .conferenceb-part:hover {
    background-image: url("../image/arrowright_hover.png");
    background-color: #26A0E6;
    color: #fff;
}



.swiper-container-qikan {
    width: 100%;
    height: 330px; /* 根据图片比例调整 */
  }
  .swiper-container-qikan-1 {
    width: 100%;
    height: 330px; /* 根据图片比例调整 */
  }
  .swiper-slide-sec {
    width: 240px !important;
    text-align: center;
    float: left;
  }

  .swiper-slide-sec img {
    max-width: 100%;
    height: auto;
  }


  .swiper-slide-sec .it-item {
    position: relative;
    display: block;
    width: 240px;
    height: 296.21px;
    /* display: flex;
    justify-content: center; */
}
.swiper-slide-sec .it-item .img {
    width: 220px;
    height: 296.21px;
}
.swiper-slide-sec .it-item .img img{
    width: 100%;
    height: 100%;
}
.swiper-slide-sec .it-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 54px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    background-color: #0469CA;
    padding: 20px 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 flex: 1 0 0;
 overflow: hidden;
 color: #ffffff;
 display: block;
 text-overflow: ellipsis;
 font-family: "PingFang SC";
 font-size: 14px;
 font-style: normal;
 font-weight: Bold;
 z-index: 999;
}
.swiper-container-qikan  .pagination-qikan {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);

  }
  .swiper-container-qikan-1  .pagination-qikan-1 {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);

  }
  .swiper-container-qikan  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.6;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .swiper-container-qikan   .swiper-visible-switch {
    background: #222;
  }
  .swiper-container-qikan  .swiper-active-switch {
    background: #25a0e6;
    width: 16px;
  }


  .swiper-container-qikan-1  .pagination-qikan {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);

  }
  .swiper-container-qikan-1  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.6;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .swiper-container-qikan-1   .swiper-visible-switch {
    background: #222;
  }
  .swiper-container-qikan-1  .swiper-active-switch {
    background: #25a0e6;
    width: 16px;
  }
